home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / barparms.iif < prev    next >
Text File  |  1993-08-23  |  543b  |  32 lines

  1. inst4.1     !Sept 1, 1992
  2. !****************************************************************
  3. !*                                *
  4. !*    Bar graph parameters                    *
  5. !*                                *
  6. !****************************************************************
  7. !
  8. ! On input:
  9. !   n0  = # PEs in layer
  10. !   n1  = # rows in layer
  11. ! n0 corrupted on output
  12.  
  13. =Inpl    n0            !#PEs in layer
  14. =Ignx    Inpl
  15. /Ignx    n1            !Divide by #rows in display
  16.  
  17. ! Try to set a good height and width
  18. =Iwdt    Ignx
  19. =Ihgt    Inpl
  20. /Ihgt    Ignx
  21. *Iwdt    10
  22. *Ihgt    10
  23. =n0    64
  24. ?Iwdt    n0
  25. >bgt    Bar1
  26. =Iwdt    n0
  27. :Bar1
  28. ?Ihgt    n0
  29. >bgt    Bar2
  30. =Ihgt    n0
  31. :Bar2
  32.